Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMath Class / AddDelimiter Method / AddDelimiter(String[],String,String,String) Method
The array of item texts.
The beginning (opening) character.
The ending (closing) character.
The item separator character.

In This Topic
    AddDelimiter(String[],String,String,String) Method
    In This Topic
    Adds a new OMathDelimiter to the end of the Office Math zone.
    Syntax
    'Declaration
     
    Public Overloads Function AddDelimiter( _
       ByVal itemsText() As System.String, _
       Optional ByVal beginCharacter As System.String, _
       Optional ByVal endCharacter As System.String, _
       Optional ByVal separatorCharacter As System.String _
    ) As OMathDelimiter
    public OMathDelimiter AddDelimiter( 
       System.string[] itemsText,
       System.string beginCharacter,
       System.string endCharacter,
       System.string separatorCharacter
    )

    Parameters

    itemsText
    The array of item texts.
    beginCharacter
    The beginning (opening) character.
    endCharacter
    The ending (closing) character.
    separatorCharacter
    The item separator character.

    Return Value

    The added OMathDelimiter instance.
    See Also